Fix for HomePod (add boolean value type)#61
Merged
Bouke merged 2 commits intoBouke:masterfrom Nov 23, 2018
Merged
Conversation
Closed
Bouke
requested changes
Nov 12, 2018
Owner
|
Ah yes, I did read somewhere that "true" and "false" should be valid values as well. However the implementation in iOS did just send 1 and 0 instead, so I probably just forgot about this. I do find it strange that the same platform (Homepod) sends other values. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Split out from PR #59
When switching lights on or off, HomePod is sending a boolean value rather than a 1 or 0 which is sent by iOS.